home *** CD-ROM | disk | FTP | other *** search
- -- card: 56831 from stack: in
- -- bmap block id: 57056
- -- flags: 4000
- -- background id: 25390
- -- name:
- ----- HyperTalk script -----
- on returnKey
- flashButton "OK"
- doMenu first
- end returnKey
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=137 top=199 right=217 bottom=205
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- put card field "Status" & "…" into card field "Title" of previous card
- put "Lunch Status" into card field "Status"
- go to previous card
- unlock screen
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=307 top=199 right=217 bottom=375
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- put "Lunch Status" into card field "Status"
- go to previous card
- unlock screen
- end mouseUp
-
-
-
- -- part 3 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=215 top=157 right=175 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Status
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=43 right=61 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Title
-
-
- -- part contents for card part 3
- ----- text -----
- Lunch Status
-
- -- part contents for card part 4
- ----- text -----
- Lunch Status…